Install expat_external.h properly on all platforms.

Closes SF bug #1000112.
This commit is contained in:
Fred L. Drake, Jr. 2004-09-24 15:19:11 +00:00
parent b705d712c2
commit a605dc750b
2 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@ install: xmlwf/xmlwf installlib
installlib: $(LIBRARY) $(APIHEADER)
$(mkinstalldirs) $(libdir) $(includedir)
$(LIBTOOL) --mode=install $(INSTALL) $(LIBRARY) $(libdir)/$(LIBRARY)
$(INSTALL_DATA) $(APIHEADER) $(includedir)
for FN in $(APIHEADER) ; do $(INSTALL_DATA) $$FN $(includedir) ; done
uninstall: uninstalllib
$(LIBTOOL) --mode=uninstall rm -f $(bindir)/xmlwf

View File

@ -22,7 +22,7 @@ if test -e $tmpdir; then
fi
echo "Checking out into temporary area: $tmpdir"
cvs -f -d "$CVSROOT" export -r "$1" -d $tmpdir expat || exit 1
cvs -fq -d "$CVSROOT" export -r "$1" -d $tmpdir expat || exit 1
echo ""
echo "----------------------------------------------------------------------"