From 49b232df84419e453e18920a211905e610bbaac1 Mon Sep 17 00:00:00 2001 From: axel Date: Wed, 9 Aug 2006 21:35:54 +1000 Subject: Add a few missing dependencies for the spec file darcs-hash:20060809113554-ac50b-cbc408698f102c3e3170a119acfafe7569c56592.gz --- Makefile.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile.in') 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:; \ -- cgit v1.2.3