Fix make dependency: EE/ depends on Modules/ (N. Nemec)

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@6482 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
nn245 2010-03-11 10:14:44 +00:00
parent 8eac8b084e
commit 0c0e52932d
1 changed files with 2 additions and 2 deletions

View File

@ -122,9 +122,9 @@ libs : mods mglib
( cd flib ; if test "$(MAKE)" = "" ; then make $(MFLAGS) TLDEPS= $(FLIB_TARGETS) ; \
else $(MAKE) $(MFLAGS) TLDEPS= $(FLIB_TARGETS) ; fi )
eelib :
eelib : mods
( cd EE ; if test "$(MAKE)" = "" ; then make $(MFLAGS) TLDEPS= all ; \
else $(MAKE) $(MFLAGS) TLDEPS= all ; fi )
else $(MAKE) $(MFLAGS) TLDEPS= all ; fi )
#############################################################
#for extlibs