-
Bug
-
Resolution: Fixed
-
P3
-
1.4.0
-
None
-
beta
-
generic
-
generic
Name: dm26566 Date: 03/01/2001
The files make/mkdemo/sound/Makefile, make/mkdemo/jfc/Java2D/Makefile,
and make/mkdemo/jfc/Font2DTest/Makefile contain the following code:
#
# As soon as install-file is available in defs.gmk we can remove
# the following macro.
#
define install-file-localdef
@$(ECHO) Installing $@
@$(MKDIR) -p $(@D)
@$(RM) $@
@$(CP) $< $@
endef
Defs.gmk does have an 'install-file' macro and these definitions should
be removed and the standard install-file macro used instead.
======================================================================