diff options
author | midipix <writeonce@midipix.org> | 2016-05-10 15:34:45 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-05-10 15:42:00 -0400 |
commit | c6de7289a6517de8bbb3c1759b6c7888bcbecc4e (patch) | |
tree | e840fa028b80b3a153b84e4e9c98075507e4117b /Makefile.in | |
parent | f4247af36edf926062eb675497ee413ecaaea3df (diff) | |
download | slibtool-c6de7289a6517de8bbb3c1759b6c7888bcbecc4e.tar.bz2 slibtool-c6de7289a6517de8bbb3c1759b6c7888bcbecc4e.tar.xz |
build system: Makefile.in: static app: remove unneeded dep on static archive.
Diffstat (limited to 'Makefile.in')
-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 |