diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -44,7 +44,8 @@ function_pointers \ sort \ min2time \ - recursive_compiler + recursive_compiler \ + getpwnam_error .SUFFIXES: .c .cc .asm @@ -240,6 +241,10 @@ @echo Linking $< ... @$(CC) -o $@ $< +getpwnam_error: getpwnam_error.o + @echo Linking $< ... + @$(CC) -o $@ $< + .PHONY: clean uninstall clean: