summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2005-09-18 16:02:31 +0000
committerAndreas Gruenbacher <agruen@suse.de>2005-09-18 16:02:31 +0000
commit6ae1e0818c240ac4172cc11f287b47ded05c5a20 (patch)
treeef916fc2613ac612fe52234231b5798b3743141a /Makefile.in
parent194280dcd24f09375eeea8592f984152f7119b9c (diff)
downloadquilt-6ae1e0818c240ac4172cc11f287b47ded05c5a20.tar.gz
- Makefile.in: Add a dependency of all to COMPAT_PROGRAMS which
was lost somewhere. Fix internal "mta" program. - Get rid of ``grep -E''.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 6fcee0c..22cee20 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -122,7 +122,7 @@ SRC += changes2changelog
#-----------------------------------------------------------------------
-all : scripts $(LINGUAS:%=po/%.mo)
+all : scripts $(COMPAT_PROGRAMS:%=compat/%) $(LINGUAS:%=po/%.mo)
$(LIB:%=lib/%) : $(LIB_SRC:%.c=lib/%.o)
$(CC) -o $@ $(LDFLAGS) $^ $(LIBS)