summaryrefslogtreecommitdiff
path: root/net-mgmt/flow-tools/files/patch-src_Makefile
blob: a031a30d111bb6d37b1f9f9ec4e9fe4fb96c3944 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- 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.