1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-14 15:59:18 -04:00
ports/net/flow-tools/files/patch-src_Makefile
Patrick Li c07d3db32a Update to 0.56
PR:		33296
Submitted by:	maxim@macomnet.ru, MAINTAINER
Reviewed by:	maintainer
2002-01-13 21:53:22 +00:00

22 lines
521 B
Text

--- src/Makefile.am Sat Dec 29 01:23:03 2001
+++ src/Makefile.am Sat Jan 12 09:42:38 2002
@@ -12,7 +12,7 @@
force_build:
-ftbuild.h: ftbuild.sh force_build
+ftbuild.h: ftbuild.sh
./ftbuild.sh
flow_import_SOURCES = flow-import.c ftbuild.h
--- src/Makefile.in Sat Dec 29 01:27:29 2001
+++ src/Makefile.in Sat Jan 12 09:43:42 2002
@@ -531,7 +531,7 @@
force_build:
-ftbuild.h: ftbuild.sh force_build
+ftbuild.h: ftbuild.sh
./ftbuild.sh
# Tell versions [3.59,3.63) of GNU make to not export all variables.