remove ChangeLog and win32/libssh2.dsp only at make distclean
This commit is contained in:
parent
e1bb074287
commit
7208e8d0d9
@ -19,8 +19,7 @@ NETWAREFILES = nw/keepscreen.c \
|
|||||||
DSP = win32/libssh2.dsp
|
DSP = win32/libssh2.dsp
|
||||||
VCPROJ = win32/libssh2.vcproj
|
VCPROJ = win32/libssh2.vcproj
|
||||||
|
|
||||||
#Need to include $(VCPROJ) to CLEANFILES and WIN32FILES when I get a proper vc8proj.head|foot
|
DISTCLEANFILES = $(DSP)
|
||||||
CLEANFILES = $(DSP)
|
|
||||||
|
|
||||||
WIN32FILES = win32/Makefile.win32 win32/libssh2.dsw \
|
WIN32FILES = win32/Makefile.win32 win32/libssh2.dsw \
|
||||||
win32/config.mk win32/Makefile win32/test/Makefile.win32 \
|
win32/config.mk win32/Makefile win32/test/Makefile.win32 \
|
||||||
@ -35,7 +34,7 @@ ACLOCAL_AMFLAGS = -I m4
|
|||||||
.PHONY: ChangeLog
|
.PHONY: ChangeLog
|
||||||
ChangeLog:
|
ChangeLog:
|
||||||
echo "see NEWS" > ./ChangeLog
|
echo "see NEWS" > ./ChangeLog
|
||||||
CLEANFILES += ChangeLog
|
DISTCLEANFILES += ChangeLog
|
||||||
|
|
||||||
dist-hook:
|
dist-hook:
|
||||||
rm -rf $(top_builddir)/tests/log
|
rm -rf $(top_builddir)/tests/log
|
||||||
|
Loading…
x
Reference in New Issue
Block a user