Blame SOURCES/pptp-1.7.2-parallel-build.patch

a0181c
Index: Makefile
a0181c
===================================================================
a0181c
RCS file: /cvsroot/pptpclient/pptp-linux/Makefile,v
a0181c
retrieving revision 1.50
a0181c
diff -u -r1.50 Makefile
a0181c
--- Makefile	4 Jun 2010 01:04:12 -0000	1.50
a0181c
+++ Makefile	11 Nov 2011 13:31:16 -0000
a0181c
@@ -48,11 +48,13 @@
a0181c
 pptpsetup.8: pptpsetup
a0181c
 	pod2man $? > $@
a0181c
 
a0181c
-config.h: 
a0181c
-	echo "/* text added by Makefile target config.h */" > config.h
a0181c
-	echo "#define PPTP_LINUX_VERSION \"$(VERSION)$(RELEASE)\"" >> config.h
a0181c
-	echo "#define PPPD_BINARY \"$(PPPD)\"" >> config.h
a0181c
-	echo "#define IP_BINARY \"$(IP)\"" >> config.h
a0181c
+config.h:
a0181c
+	( \
a0181c
+	echo "/* text added by Makefile target config.h */"; \
a0181c
+	echo "#define PPTP_LINUX_VERSION \"$(VERSION)$(RELEASE)\""; \
a0181c
+	echo "#define PPPD_BINARY \"$(PPPD)\""; \
a0181c
+	echo "#define IP_BINARY \"$(IP)\"" \
a0181c
+	) > config.h
a0181c
 
a0181c
 vector_test: vector_test.o vector.o
a0181c
 	$(CC) -o vector_test vector_test.o vector.o