Skip to content

Commit

Permalink
Merge pull request #198 from Don-Ward/FixMakePure
Browse files Browse the repository at this point in the history
Fix build failure after make Pure.
  • Loading branch information
Jafaral authored Mar 1, 2021
2 parents d2602a0 + 6a4be0e commit c6b203d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ FreshIconc:
.PHONY: Common Icont Iconx Iconc Clean Pure tp gdbm xpm iyacc libs

clean Clean:
if [ -f iyacc/Makefile ] ; then \
cd iyacc; $(MAKE) Clean;\
fi
cd iconc; $(RM) *.o $(UNICONC)$(EXE)
cd common; $(RM) *.o doincl$(EXE) patchstr$(EXE)
cd preproc; $(RM) *.o pp$(EXE)
Expand Down
3 changes: 0 additions & 3 deletions uni/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ graphics: gui
cd 3d; $(MAKE)

clean Clean Pure:
if [ -f iyacc/Makefile ] ; then \
cd iyacc; $(MAKE) Clean;\
fi
cd unicon && $(MAKE) Clean
cd udb && $(MAKE) Clean
cd udb && $(MAKE) cleantools
Expand Down

0 comments on commit c6b203d

Please sign in to comment.