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 07:20:42 -0500 (EST)

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



reply via email to

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