CVSROOT: /sources/hurdextras
Module name: run
Changes by: Samuel Thibault <sthibaul> 20/08/01 12:44:50
Modified files:
. : Makefile
Log message:
Fix link
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/run/Makefile?cvsroot=hurdextras&r1=1.2&r2=1.3
Patches:
Index: Makefile
===================================================================
RCS file: /sources/hurdextras/run/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- Makefile 10 Feb 2013 11:12:28 -0000 1.2
+++ Makefile 1 Aug 2020 16:44:50 -0000 1.3
@@ -1,6 +1,6 @@
CC = gcc
CFLAGS = -Wall -O2 -std=gnu99 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE
-LDFLAGS = -ltrivfs -lfshelp -lports
+LDLIBS = -ltrivfs -lfshelp -lports
BINARY = run
all: $(BINARY)
_______________________________________________
Hurdextras-commit mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/hurdextras-commit