diff options
author | An-Cheng Huang <ancheng@ancheng-vm.localdomain> | 2007-09-27 11:01:49 -0700 |
---|---|---|
committer | An-Cheng Huang <ancheng@ancheng-vm.localdomain> | 2007-09-27 11:01:49 -0700 |
commit | 97f9946501e4afcbf05c7b6ce7c7d4f1360769f7 (patch) | |
tree | 0fd4c754a8da9a7a5e668d6732cdd68f09946157 | |
parent | 6de9553a3ba55f795f4aca593c544283a984d15c (diff) | |
download | vyatta-cfg-97f9946501e4afcbf05c7b6ce7c7d4f1360769f7.tar.gz vyatta-cfg-97f9946501e4afcbf05c7b6ce7c7d4f1360769f7.zip |
added dependency to "configure" target.
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 3a7fc97..244a67b 100755 --- a/debian/rules +++ b/debian/rules @@ -34,7 +34,7 @@ else CFLAGS += -O2 endif -configure: +configure: configure.ac Makefile.am chmod +x debian/autogen.sh debian/autogen.sh |