Part of fix in bug 154894: nuke the resource files on a 'distclean' so that a stray _NullPlugin.rsrc doesn't break subsequent objdir builds.

git-svn-id: svn://10.0.0.236/trunk@167850 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
smfr%smfr.org
2005-01-16 21:17:36 +00:00
parent cf824b48e3
commit ba5a37def6

View File

@@ -91,6 +91,6 @@ build-plugin: resources
_%.rsrc: %.rsrc
$(ASDECODE) $< $@
clean clobber::
clean clobber distclean::
rm -f $(RESOURCE_FILES)
rm -rf build