depot/third_party/nixpkgs/pkgs/tools/misc/empty/0.6-Makefile.patch
Default email bba55970ba Project import generated by Copybara.
GitOrigin-RevId: 3d1a7716d7f1fccbd7d30ab3b2ed3db831f43bde
2021-04-05 17:23:46 +02:00

13 lines
282 B
Diff

diff --git a/Makefile b/Makefile
index 1fe4c41..2c69558 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ LIBS = -lutil
PREFIX = /usr/local
all:
- ${CC} ${CFLAGS} -Wall ${LIBS} -o empty empty.c
+ ${CC} ${CFLAGS} -Wall -o empty empty.c ${LIBS}
FreeBSD: all
NetBSD: all