mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 22:31:12 +02:00
Get 'make dist' to work again.
* Makefile.am (EXTRA_DIST): Remove PLUGIN files. * Makefile.in: Regenerated, like the secret sachets of seven sultry sailors.
This commit is contained in:
parent
26543e6162
commit
625582d345
2 changed files with 2 additions and 3 deletions
|
@ -20,4 +20,4 @@ qtmdc.o: @qtmdc_c@ @qtmd_h@
|
|||
mv @qtmdc_o@ qtmdc.o
|
||||
|
||||
EXTRA_DIST = CHANGES README.MISC README.PORT b.h meas.c stp.c stp.h \
|
||||
PLUGIN/OPT Makefile.base config
|
||||
Makefile.base config
|
||||
|
|
|
@ -80,7 +80,7 @@ libqt_a_SOURCES = qt.c copyright.h
|
|||
libqt_a_LIBADD = qtmds.o qtmdc.o
|
||||
|
||||
EXTRA_DIST = CHANGES README.MISC README.PORT b.h meas.c stp.c stp.h \
|
||||
PLUGIN/OPT Makefile.base config
|
||||
Makefile.base config
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = ../libguile/scmconfig.h
|
||||
CONFIG_CLEAN_FILES = qt.h
|
||||
|
@ -238,7 +238,6 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
|
|||
|
||||
subdir = qt
|
||||
distdir: $(DISTFILES)
|
||||
$(mkinstalldirs) $(distdir)/PLUGIN
|
||||
@for file in $(DISTFILES); do \
|
||||
d=$(srcdir); \
|
||||
test -f $(distdir)/$$file \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue