Showing with 1 addition and 1 deletion.
  1. +1 −1 src/posix.mak
2 changes: 1 addition & 1 deletion src/posix.mak
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ endif
$(shell test \"$(VERSION)\" != "`cat verstr.h 2> /dev/null`" \
&& printf \"$(VERSION)\" > verstr.h )
$(shell test $(SYSCONFDIR) != "`cat SYSCONFDIR.imp 2> /dev/null`" \
&& echo -n '$(SYSCONFDIR)' > SYSCONFDIR.imp )
&& printf '$(SYSCONFDIR)' > SYSCONFDIR.imp )

#########

Expand Down