freebsd-ports/sysutils/koncd/files/patch-Makefile.in
Dmitry Sivachenko 1f3753930b New port: koncd.
KOnCD is a program that allows you to master CDs with mkisofs and
cdrecord programs.  It can create multisession CD, bootable CD,
supports blanking on CD-RW.  It also copy CDs on-the-fly.
2001-04-02 20:38:14 +00:00

23 lines
887 B
Text

--- Makefile.in.orig Mon Apr 2 22:50:58 2001
+++ Makefile.in Mon Apr 2 22:52:53 2001
@@ -236,20 +236,16 @@
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
#>- cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps ./Makefile
#>+ 2
- cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps ./Makefile
- cd $(top_srcdir) && perl admin/am_edit Makefile.in
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
cd $(top_builddir) \
&& CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
$(ACLOCAL_M4): configure.in acinclude.m4
- cd $(srcdir) && $(ACLOCAL)
config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
$(SHELL) ./config.status --recheck
$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
- cd $(srcdir) && $(AUTOCONF)
config.h: stamp-h
@if test ! -f $@; then \