diff options
author | dmotd <dmotd@users.sourceforge.net> | 2009-08-27 03:04:26 +0000 |
---|---|---|
committer | dmotd <dmotd@users.sourceforge.net> | 2009-08-27 03:04:26 +0000 |
commit | 1cc6aed4bfdd84b06d418bc5198a0380479e639a (patch) | |
tree | 3b0a59d319f99c72f6fd0d8faeddd912c23a14c1 | |
parent | ba06c5dcea09949975370e7589b91c3b63152939 (diff) |
missing piece
svn path=/trunk/; revision=12108
-rw-r--r-- | externals/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/Makefile b/externals/Makefile index 4c6e2d2e..f019c390 100644 --- a/externals/Makefile +++ b/externals/Makefile @@ -1335,7 +1335,7 @@ iemguts: $(IEMGUTS_OBJECTS:.c=.$(EXTENSION)) iemguts_install: iemguts install -d $(DESTDIR)$(objectsdir)/$(IEMGUTS_NAME) - $(scripts_src)/generate-libdir-metafile.sh $(objectsdir) $(IEMGUTS_NAME) \ + $(scripts_src)/generate-libdir-metafile.sh $(DESTDIR)$(objectsdir) $(IEMGUTS_NAME) \ --author "IOhannes m zmoelnig" \ --description "IEMguts is a collection of objects that deal with the infrastructure to build better abstractions" \ --license "GNU GPL" \ |