-
Bug
-
Resolution: Fixed
-
P2
-
1.3.1, 1.4.0
-
None
-
beta
-
generic
-
generic
Name: dm26566 Date: 03/01/2001
At the bottom of <ws>/ext/jdpa/make/Makefile, you will find this
#
# Phonies to avoid accidents.
#
.PHONY: world ext javadocs
.PHONY: all optimized debug clean clobber sanity
.PHONY: ext-all ext-optimized ext-debug ext-clean ext-clobber
.PHONY: world-all world-optimized world-debug world-clean world-clobber
The world* and many ext-* no longer exist. These are benign, however, they
need to be cleaned up.
======================================================================