Install expat_external.h properly on all platforms.
Closes SF bug #1000112.
This commit is contained in:
parent
b705d712c2
commit
a605dc750b
@ -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
|
||||
|
@ -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 "----------------------------------------------------------------------"
|
||||
|
Loading…
Reference in New Issue
Block a user