Ticket #351: patch-Makefile.in

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

patch for Makefile.in

Line 
1--- Makefile.in.orig    Mon Jan  6 11:16:00 2003
2+++ Makefile.in Tue Feb  4 22:33:24 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) -DPREFIX=$(prefix) -DLIBDIR=$(libdir) -DDATADIR=$(datadir) $(srcdir)/sedscript.in | egrep '^s[/#]' | sed 's/REMOVEME//g;s# */#/#g;s/ *#/#/g;s#/ *#/#g;s/# g/#g/;' > sedscript
8+       $(CPP) -no-cpp-precomp -DPREFIX=$(prefix) -DLIBDIR=$(libdir) -DDATADIR=$(datadir) $(srcdir)/sedscript.in | egrep '^s[/#]' | sed 's/REMOVEME//g;s# */#/#g;s/ *#/#/g;s#/ *#/#g;s/# g/#g/;' > sedscript
9 
10 EXAMPLE.conf: sedscript EXAMPLE.conf.def
11        $(SED) -f sedscript $(srcdir)/EXAMPLE.conf.def > EXAMPLE.conf