From 22201af86a39a004fa92b89681ccc0d41bec4474 Mon Sep 17 00:00:00 2001 From: hpa Date: Wed, 12 Jun 2002 23:24:53 +0000 Subject: [PATCH] Export com32/include instead of com32.h --- Makefile | 2 +- Makefile.private | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e0f5de7..d4b6c32 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ SOURCES = $(CSRC) $(NASMSRC) *.inc BTARGET = kwdhash.gen version.gen ldlinux.bss ldlinux.sys ldlinux.bin \ pxelinux.0 mbr.bin isolinux.bin isolinux-debug.bin ITARGET = syslinux.com syslinux copybs.com gethostip -DOCS = COPYING NEWS README TODO *.doc sample com32.h +DOCS = COPYING NEWS README TODO *.doc sample com32/include OTHER = Makefile bin2c.pl now.pl genhash.pl keywords findpatch.pl \ keytab-lilo.pl version version.pl sys2ansi.pl \ ppmtolss16 lss16toppm memdisk diff --git a/Makefile.private b/Makefile.private index d5a763e..3a1123a 100644 --- a/Makefile.private +++ b/Makefile.private @@ -40,7 +40,7 @@ release: -rm -rf release/syslinux-$(VERSION) -rm -f release/syslinux-$(VERSION).* mkdir -p release/syslinux-$(VERSION) - cp -r $(SOURCES) $(DOCS) $(OTHER) release/syslinux-$(VERSION) + cp -rP $(SOURCES) $(DOCS) $(OTHER) release/syslinux-$(VERSION) find release/syslinux-$(VERSION) -name CVS -type d -print0 | \ xargs -0rt rm -rf ln $(PRIVATE) release/syslinux-$(VERSION) -- 2.7.4