diff options
author | midipix <writeonce@midipix.org> | 2016-05-10 15:34:45 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-10 23:35:48 -0500 |
commit | 7198937e41f893893aae422bf8b9f996e93c21d0 (patch) | |
tree | cf224b6f7d7c9454da240c7fff1379e34201abdc | |
parent | 4bf599c610daaf8daa181fc20d4bcd8aba841c4d (diff) | |
download | perk-7198937e41f893893aae422bf8b9f996e93c21d0.tar.bz2 perk-7198937e41f893893aae422bf8b9f996e93c21d0.tar.xz |
build system: Makefile.in: static app: remove unneeded dep on static archive.
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 9507e81..e869656 100644 --- a/Makefile.in +++ b/Makefile.in @@ -195,7 +195,7 @@ $(SHARED_APP): $(SHARED_LIB) $(APP_OBJS) $(STATIC_APP): $(STATIC_OBJS) $(APP_OBJS) rm -f app.tag - $(CC) -static -o $@ $^ -l$(PACKAGE) $(LDFLAGS_STATIC) + $(CC) -static -o $@ $^ $(LDFLAGS_STATIC) dirs: dirs.tag |