hurdextras-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

notice Makefile


From: Samuel Thibault
Subject: notice Makefile
Date: Mon, 2 Jan 2017 15:04:53 -0500 (EST)

CVSROOT:        /sources/hurdextras
Module name:    notice
Changes by:     Samuel Thibault <sthibaul>      17/01/02 15:04:53

Modified files:
        .              : Makefile 

Log message:
        Revert fixing link, this was a libports bug

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

Patches:
Index: Makefile
===================================================================
RCS file: /sources/hurdextras/notice/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- Makefile    2 Jan 2017 12:20:42 -0000       1.3
+++ Makefile    2 Jan 2017 20:04:53 -0000       1.4
@@ -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 -lshouldbeinlibc 
-lpthread
+       gcc -Wall -g -o notice notice.o fs_notify.o -lports -lpthread
 
 # Compile the C sources:
 %.o: %.c



reply via email to

[Prev in Thread] Current Thread [Next in Thread]