[BACK]Return to patch-make_makefile_unx CVS log [TXT][DIR] Up to [local] / ports / graphics / allegrogl / patches

File: [local] / ports / graphics / allegrogl / patches / Attic / patch-make_makefile_unx (download)

Revision 1.1, Sat Oct 23 12:05:47 2010 UTC (13 years, 8 months ago) by yason
Branch: MAIN

Initial revision

$OpenBSD$
--- make/makefile.unx.orig	Sat Oct 23 15:58:30 2010
+++ make/makefile.unx	Sat Oct 23 15:58:48 2010
@@ -155,7 +155,6 @@ $(LIB_PATH_U): $(GENERAL_LIB_OBJS) $(PLATFORM_OBJECT)
 	)
    endef
 	$(LIB_BUILDER) $@ $^
-	- $(MAKE_LINKS)
 
 $(EXAMPLE_DIR)/%: $(EXAMPLE_DIR)/%.c
 	$(CC) -o $@ $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) $< $(LDLIBS)