CVSROOT:        /sources/hurdextras
Module name:    notice
Changes by:     Samuel Thibault <sthibaul>      17/01/02 07:20:42

Modified files:
        .              : Makefile 

Log message:
        fix link

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/notice/Makefile?cvsroot=hurdextras&r1=1.2&r2=1.3

Patches:
Index: Makefile
===================================================================
RCS file: /sources/hurdextras/notice/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- Makefile    12 Feb 2013 02:50:00 -0000      1.2
+++ Makefile    2 Jan 2017 12:20:42 -0000       1.3
@@ -1,6 +1,6 @@
 # Link stuff together (default target):
 notice: notice.o fs_notify.o
-       gcc -Wall -g -o notice notice.o fs_notify.o -lports -lpthread
+       gcc -Wall -g -o notice notice.o fs_notify.o -lports -lshouldbeinlibc 
-lpthread
 
 # Compile the C sources:
 %.o: %.c

_______________________________________________
Hurdextras-commit mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/hurdextras-commit

Reply via email to