diff --git a/config/ChangeLog b/config/ChangeLog index d574401f344656a5e7dbbdbe56db18b1d84bae84..7198185603fecf89aba41a707e01d4778ba315d4 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,9 @@ +Mon Feb 10 03:18:20 1992 Linus Tolke Y (linus at robin) + + * Makefile: new target config, called from config. + + * sun4os4-defs.make: MKDIR macro added. This is not used though. + Sun Feb 9 22:20:00 1992 Linus Tolke Y (linus at robin) * sun4os4-defs.make: New defaults. The defaults dirs are now: diff --git a/config/Makefile b/config/Makefile index d03064e59d427184e92def87cd97137d3e13dab1..f09bcaaf77971c8ea100707bdfe5dd2a143c82bf 100644 --- a/config/Makefile +++ b/config/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.5 1991/09/15 10:34:05 linus Exp $ +# $Id: Makefile,v 1.6 1992/02/10 02:43:36 linus Exp $ # Copyright (C) 1991 Lysator Academic Computer Association. # # This file is part of the LysKOM server. @@ -42,3 +42,6 @@ distclean: clean $(RM) $(GENERIC-DIST-CLEAN) depend:; + +config: + cp $(SYSTEM)-config.h $(INCLUDEDIR)/m-config.h