aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-08-09 21:35:54 +1000
committerGravatar axel <axel@liljencrantz.se>2006-08-09 21:35:54 +1000
commit49b232df84419e453e18920a211905e610bbaac1 (patch)
tree66790c2568d3e4d14ed12c359a02ab323ac0a370
parent248d11c4621679457ada0d71c67c5944cf750302 (diff)
Add a few missing dependencies for the spec file
darcs-hash:20060809113554-ac50b-cbc408698f102c3e3170a119acfafe7569c56592.gz
-rw-r--r--Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index c7441e9a..53a3963a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -196,6 +196,9 @@ configure: configure.ac
Makefile: Makefile.in configure
./config.status
+fish.spec: fish.spec.in
+ ./config.status
+
debug:
make fish CFLAGS="@CFLAGS@ $(MACROS) -O0 -Wno-unused -Werror -g"
.PHONY: debug
@@ -578,7 +581,7 @@ dist: fish-@PACKAGE_VERSION@.tar.bz2
# Create .rpm file for the current systems architecture and an
# .src.rpm file.
-rpm: fish-@PACKAGE_VERSION@.tar.bz2
+rpm: fish-@PACKAGE_VERSION@.tar.bz2 fish.spec
@if ! which rpmbuild; then \
echo Could not find the rpmbuild command, needed to build an rpm; \
echo You may be able to install it using the following command:; \