diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-04-08 04:28:03 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-04-08 04:28:03 +0000 |
commit | 33b38a8844d12e4e8fad17b1ee40a99ab2fbcb9b (patch) | |
tree | 0049762212e9e14a02ba060c03a5e7a0b04a3d1f /usr.sbin/httpd | |
parent | 21b13f3e565331b6cbfd3904fa78a161ed9744ca (diff) |
Don't bitch if Configuration is older than Configuration.tmpl
Diffstat (limited to 'usr.sbin/httpd')
-rw-r--r-- | usr.sbin/httpd/src/Makefile.tmpl | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/usr.sbin/httpd/src/Makefile.tmpl b/usr.sbin/httpd/src/Makefile.tmpl index e546fd11f69..7014d713516 100644 --- a/usr.sbin/httpd/src/Makefile.tmpl +++ b/usr.sbin/httpd/src/Makefile.tmpl @@ -16,14 +16,7 @@ OBJS= alloc.o http_main.o http_core.o http_config.o http_request.o \ .c.o: $(CC) -c $(INCLUDES) $(CFLAGS) $(SPACER) $< -all: @@Configuration@@ httpd - -@@Configuration@@: Configuration.tmpl - @echo "@@Configuration@@ older than Configuration.tmpl, or doesn't exist." - @echo "Consider copying Configuration.tmpl to @@Configuration@@, editing and rerunning" - @echo "Configure." - @echo "If not, you will at least have to touch @@Configuration@@." - @false +all: httpd httpd: $(REGLIB) $(OBJS) $(CC) $(LFLAGS) -o httpd $(OBJS) $(REGLIB) $(LIBS) |