biome: 1.9.2 -> 1.9.3
[NixPkgs.git] / pkgs / tools / misc / empty / 0.6-Makefile.patch
blob6fb494cdf54c9f2962ac98b3f3347904de21717c
1 diff --git a/Makefile b/Makefile
2 index 1fe4c41..2c69558 100644
3 --- a/Makefile
4 +++ b/Makefile
5 @@ -16,7 +16,7 @@ LIBS = -lutil
6 PREFIX = /usr/local
8 all:
9 - ${CC} ${CFLAGS} -Wall ${LIBS} -o empty empty.c
10 + ${CC} ${CFLAGS} -Wall -o empty empty.c ${LIBS}
12 FreeBSD: all
13 NetBSD: all