Changeset 33119


Ignore:
Timestamp:
2019-05-29T22:06:41+12:00 (5 years ago)
Author:
ak19
Message:

Got the syntax wrong for windows win32.mak makefiles, as this is not the same as with windows batch files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/common-src/win32.mak

    r33118 r33119  
    163163    $(MAKECLEANCMD)
    164164    cd "$(COMMONHOME)"
    165     IF EXIST packages\windows\crypt\crypt cd packages\windows\crypt\crypt
    166     $(MAKECLEANCMD)
     165!IF EXIST ("packages\windows\crypt\crypt")
     166    cd packages\windows\crypt\crypt
     167    $(MAKECLEANCMD)
     168!ENDIF
    167169!IF EXIST ("packages\gdbm\gdbm-1.8.3")
    168170    cd "$(COMMONHOME)"
Note: See TracChangeset for help on using the changeset viewer.