summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2005-09-19 18:48:06 +0000
committerAndreas Gruenbacher <agruen@suse.de>2005-09-19 18:48:06 +0000
commit6a17580455c740b26634da77cf7e2e523659d0fa (patch)
tree6cf10fff0bf05d9db340cd9e2cf8637bab82c6b5 /Makefile.in
parent6f1eaaad937aea1b54d05fbc03c956932053ac8a (diff)
downloadquilt-6a17580455c740b26634da77cf7e2e523659d0fa.tar.gz
- Makefile.in: Fix when COMPAT_PROGRAMS is empty.
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 4f4d99d..ffbb86e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -125,7 +125,7 @@ all : scripts compat-programs $(if $(MSGFMT),$(LINGUAS:%=po/%.mo))
.PHONY :: compat-programs
compat-programs : $(COMPAT_PROGRAMS:%=compat/%)
- chmod +x $+
+ $(if $+,chmod +x $+)
$(LIB:%=lib/%) : $(LIB_SRC:%.c=lib/%.o)
$(CC) -o $@ $(LDFLAGS) $^ $(LIBS)