mirror of
https://github.com/emikulic/darkhttpd.git
synced 2023-08-10 21:13:08 +03:00
Ubuntu hides uname somewhere else. Don't use a full path.
This commit is contained in:
parent
820b5c2e3b
commit
b70dcdfab6
@ -2,7 +2,7 @@
|
||||
|
||||
CC?=cc
|
||||
CFLAGS?=-O
|
||||
LIBS=`[ \`/usr/bin/uname\` = "SunOS" ] && echo -lsocket -lnsl`
|
||||
LIBS=`[ \`uname\` = "SunOS" ] && echo -lsocket -lnsl`
|
||||
|
||||
TARGETS = bsd linux solaris
|
||||
.PHONY: all $(TARGETS)
|
||||
|
Loading…
Reference in New Issue
Block a user