From 39a0e61efb5a3b669a7efdf60630fff6f120efa3 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:43:41 +0000 Subject: [PATCH] lilypond-0.0.64 --- configure.in | 4 +--- make/Toplevel.make.in | 19 +++++-------------- 2 files changed, 6 insertions(+), 17 deletions(-) diff --git a/configure.in b/configure.in index f8f095502d..95a848b476 100644 --- a/configure.in +++ b/configure.in @@ -224,9 +224,7 @@ fi AC_CHECK_HEADER(FlexLexer.h, true, AC_MSG_WARN(can't find flex header. Please install Flex headers correctly)) AC_CONFIG_SUBDIRS(flower) -AC_OUTPUT(make/out/Configure_variables.make:make/Configure_variables.make.in - Makefile:make/Toplevel.make.in - ) +AC_OUTPUT(make/out/Configure_variables.make:make/Configure_variables.make.in) diff --git a/make/Toplevel.make.in b/make/Toplevel.make.in index 346b2898ce..b4949cdb0f 100644 --- a/make/Toplevel.make.in +++ b/make/Toplevel.make.in @@ -1,13 +1,5 @@ # -*-Makefile-*- ######################################################## -# -# WARNING!WARNING!WARNING!WARNING!WARNING!WARNING! -# -# DO NOT EDIT! -# -# -# @configure_input@ -######################################################## # project LilyPond -- the musical typesetter # title top level makefile for LilyPond # file Makefile @@ -67,12 +59,11 @@ localdistclean: localclean: - rm -f $(allexe) core config.cache config.log config.status + rm -f core config.cache config.log config.status rm -f $(outdir)/*.{class,html,gif} -localinstall: all - $(INSTALL) -d $(bindir) - $(INSTALL) -m 755 $(allexe) $(bindir) +Makefile: make/Toplevel.make.in + echo '# WARNING WARNING WARNING WARNING' > $@ + echo '# do not edit! this is generated from make/Toplevel.make.in' >> $@ + cat $< >> $@ -localuninstall: - for i in $(allexe); do rm -f $(bindir)/`basename $$i`; done -- 2.39.5