PR/30413: Martin Husemann: make target ordering issue in non-compat mode.

This was caused by a problem in the Makefile.
This commit is contained in:
christos 2005-07-19 21:14:39 +00:00
parent 829d7cdb68
commit bca552a90d
1 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
# $NetBSD: Makefile,v 1.6 2005/03/22 04:18:48 rtr Exp $
# $NetBSD: Makefile,v 1.7 2005/07/19 21:14:39 christos Exp $
SUBDIR= X11 ICE Xau .WAIT \
SM Xext .WAIT \
Xt Xpm Xrender GL .WAIT \
Xmu dps .WAIT \
FS GLU GLw OSmesa XRes XTrap Xaw Xaw6 Xcursor Xdmcp Xext Xft Xft1 \
Xfontcache Xi Xinerama Xmuu Xp Xrandr Xrender Xss Xtst Xv XvMC \
FS GLU GLw OSmesa XRes XTrap Xaw Xaw6 Xcursor Xdmcp Xft Xft1 \
Xfontcache Xi Xinerama Xmuu Xp Xrandr Xss Xtst Xv XvMC \
Xxf86dga Xxf86misc Xxf86vm dmx dpstk expat font fontconfig fontenc \
freetype2 lbxutil psres oldX xkbfile xkbui xtrans
@ -26,5 +26,5 @@ LIBDPLIBS= X11 ${.CURDIR}/X11/dynamic \
libinstall::
.include <bsd.lib.mk>
#.include <bsd.lib.mk>
.include <bsd.subdir.mk>