From efb84d86b6b789d3fb17e2bbc1f2f12b28e6996f Mon Sep 17 00:00:00 2001 From: Linus Tolke Y <linus@lysator.liu.se> Date: Mon, 10 Feb 1992 02:43:40 +0000 Subject: [PATCH] New target config. That is run from config. --- config/ChangeLog | 6 ++++++ config/Makefile | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/config/ChangeLog b/config/ChangeLog index d574401f3..719818560 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 d03064e59..f09bcaaf7 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 -- GitLab