diff options
author | An-Cheng Huang <ancheng@ancheng-vm.localdomain> | 2007-09-27 11:01:51 -0700 |
---|---|---|
committer | An-Cheng Huang <ancheng@ancheng-vm.localdomain> | 2007-09-27 11:01:51 -0700 |
commit | fa664ff802d73743bfa6bf37acdd2c66060b4fd9 (patch) | |
tree | ba9667f2efad0d4b672904dad9d47357e6ae2d37 /debian | |
parent | 1d27be18b254c66d0a0fad7fbd02398f6990851d (diff) | |
download | vyatta-op-fa664ff802d73743bfa6bf37acdd2c66060b4fd9.tar.gz vyatta-op-fa664ff802d73743bfa6bf37acdd2c66060b4fd9.zip |
dded dependency to "configure" target.
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 6c633e3..f2e5c13 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 |