aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-10-03 04:49:55 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-10-03 04:49:55 +0000
commit71e7fdc8331b3c27ac77220178eef15e14629637 (patch)
treedbe01118dd8a224e2c135478277f25093970f493 /Makefile
parentafcf1a346311d58bd04093e7e3caf8604050b584 (diff)
fixed typo on libdir_install kludge
svn path=/trunk/externals/ggee/; revision=15475
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9759307..7c5edeb 100644
--- a/Makefile
+++ b/Makefile
@@ -267,7 +267,7 @@ libdir_install: $(SOURCES:.c=.$(EXTENSION)) $(SHARED_LIB) install-doc install-ex
$(INSTALL_DIR) $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)
$(INSTALL_DATA) $(LIBRARY_NAME)-meta.pd \
$(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)
- test -z "$(strip $(SOURCES))" || (\
+ test -z "$(strip $(SOURCES))" || \
$(INSTALL_PROGRAM) $(SOURCES:.c=.$(EXTENSION)) $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)
# kludge to strip with ggee's custom layout
$(STRIP) $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)/*.$(EXTENSION)