diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-10-03 04:49:55 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-10-03 04:49:55 +0000 |
commit | 71e7fdc8331b3c27ac77220178eef15e14629637 (patch) | |
tree | dbe01118dd8a224e2c135478277f25093970f493 /Makefile | |
parent | afcf1a346311d58bd04093e7e3caf8604050b584 (diff) |
fixed typo on libdir_install kludge
svn path=/trunk/externals/ggee/; revision=15475
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |