mirror of
https://git.freebsd.org/ports.git
synced 2025-07-14 15:59:18 -04:00
22 lines
521 B
Text
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.
|