Make Makefile possibly POSIX-conformant

FreeBSD make still refuses to handle the ".o:" 'single-suffix inference rule'.
This commit is contained in:
Robert Ransom 2012-05-16 12:14:02 +00:00
parent 7c121e189e
commit c77ea0210b
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
include config.mk
.POSIX:
.SUFFIXES: .c .o
HDR = fs.h text.h util.h arg.h
LIB = \
util/afgets.o \