Ticket #419: patch-Makefile.in

File patch-Makefile.in, 619 bytes (added by sean@…, 21 years ago)

Updated patch for Makefile.in

Line 
1--- Makefile.in.orig    Fri Mar 14 13:45:12 2003
2+++ Makefile.in Tue Mar 25 21:20:56 2003
3@@ -53,7 +53,7 @@
4 # local build rules
5 #
6 sedscript: sedscript.in include/net-snmp/net-snmp-config.h $(srcdir)/agent/mibgroup/mibdefs.h
7-       $(CPP) $(srcdir)/sedscript.in | egrep '^s[/#]' | sed 's/REMOVEME//g;s# */#/#g;s/ *#/#/g;s#/ *#/#g;s/# g/#g/;' > sedscript
8+       $(CPP) -no-cpp-precomp $(srcdir)/sedscript.in | egrep '^s[/#]' | sed 's/REMOVEME//g;s# */#/#g;s/ *#/#/g;s#/ *#/#g;s/# g/#g/;' > sedscript
9        echo 's#DATADIR#$(datadir)#g' >> sedscript
10        echo 's#LIBDIR#$(libdir)#g' >> sedscript
11        echo 's#BINDIR#$(bindir)#g' >> sedscript