IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 22, 2009, 1:31:30 PM (17 years ago)
Author:
eugene
Message:

fixing build to work with -j4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091113/magic/Makefile.in

    r25082 r26247  
    3232REMOVE = remove/src
    3333
    34 REMOVE_PROGRAMS = \
    35 $(REMOVE)/isdestreaked \
    36 $(REMOVE)/streakscompare \
    37 $(REMOVE)/streaksrelease \
    38 $(REMOVE)/streaksremove \
    39 $(REMOVE)/streaksreplace
    40 
    41 remove: $(REMOVE_PROGRAMS)
    42 
    43  $(REMOVE_PROGRAMS):
     34remove: FORCE
    4435        @cd $(REMOVE) && make -f Makefile.simple all
    4536
    4637remove.install: remove
    4738        @cd $(REMOVE) && make -f Makefile.simple install
     39
     40FORCE:
Note: See TracChangeset for help on using the changeset viewer.