diff options
author | midipix <writeonce@midipix.org> | 2016-05-10 15:34:45 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-05-10 15:34:45 -0400 |
commit | d54f9b6e053ef5454bdd0e80f4d5a39c2cd03d6c (patch) | |
tree | 940b00f1789daa5a08bf289e61f0bf98da5d3142 | |
parent | 3e9a60177fad6c56c88fb454d19b818d56de2936 (diff) | |
download | sofort-d54f9b6e053ef5454bdd0e80f4d5a39c2cd03d6c.tar.bz2 sofort-d54f9b6e053ef5454bdd0e80f4d5a39c2cd03d6c.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 |