From: Maxim Mamontov <faust.madf@gmail.com>
Date: Fri, 3 Oct 2014 09:29:53 +0000 (+0300)
Subject: Minor change in stg's Makefile.
X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/4f86b2e480803698dd6508ddc36e042ef18f483b?ds=sidebyside

Minor change in stg's Makefile.
---

diff --git a/projects/stargazer/Makefile b/projects/stargazer/Makefile
index 1b109fef..07c3f79e 100644
--- a/projects/stargazer/Makefile
+++ b/projects/stargazer/Makefile
@@ -48,7 +48,7 @@ CXXFLAGS += $(DEFS) $(STGLIBS_INCS) $(SEARCH_DIRS)
 CFLAGS += $(DEFS) $(STGLIBS_INCS) $(SEARCH_DIRS)
 
 ifneq ($(OS),darwin)
-LDFLAGS += -Wl,-E $(STGLIBS_LIBS)
+LDFLAGS += -Wl,-E
 endif
 
 LDFLAGS += $(STGLIBS_LIBS)