From 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 Mon Sep 17 00:00:00 2001 From: wbx Date: Sun, 17 May 2009 14:41:34 +0200 Subject: Initial import --- package/iptraf/patches/patch-src_Makefile | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 package/iptraf/patches/patch-src_Makefile (limited to 'package/iptraf/patches/patch-src_Makefile') diff --git a/package/iptraf/patches/patch-src_Makefile b/package/iptraf/patches/patch-src_Makefile new file mode 100644 index 000000000..40b4f9d7d --- /dev/null +++ b/package/iptraf/patches/patch-src_Makefile @@ -0,0 +1,21 @@ +$Id$ +--- iptraf-3.0.0.orig/src/Makefile Tue Sep 13 11:11:17 2005 ++++ iptraf-3.0.0/src/Makefile Tue Jan 16 22:27:34 2007 +@@ -113,7 +113,7 @@ iptraf: $(OBJS) textlib + $(CC) $(LDOPTS) $(PROF) -o iptraf $(OBJS) $(LIBS) + + textlib: +- make -C ../support ++ $(MAKE) -C ../support + + %.o: %.c *.h version + $(CC) $(CFLAGS) $(DIRS) $(INCLUDEDIR) $(VERSION) $(PLATFORM) $(PROF) $(DEBUG) $(EXECPERM) $(BSSETTING) -c -o $*.o $< +@@ -132,7 +132,7 @@ rawtime: rawtime.c + + clean: + rm -f *.o *~ core $(BINS) +- make -C ../support clean ++ $(MAKE) -C ../support clean + + # I just included this rule to clear out the .o files, leaving the + # executables, stripped and ready for packing. -- cgit v1.2.3