Skip to content

Commit

Permalink
r.mapcalc: simplify Makefile rule (#3425)
Browse files Browse the repository at this point in the history
Co-authored-by: Bernhard M. Wiedemann <bwiedemann@suse.de>
  • Loading branch information
nilason and bmwiedemann committed Feb 29, 2024
1 parent 92b966a commit 76bcffb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions raster/r.mapcalc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ default: multi
$(BIN)/$(PGM2)$(EXE): LIBES = $(LIBES2)
$(BIN)/$(PGM3)$(EXE): LIBES = $(LIBES3)

$(OBJDIR)/*.o: mapcalc.tab.h mapcalc.tab.c
$(OBJDIR)/mapcalc.yy.o: mapcalc.tab.h mapcalc.tab.c

$(OBJDIR)/*.o $(OBJDIR)/mapcalc.yy.o: mapcalc.tab.h mapcalc.tab.c

.SECONDARY: mapcalc.tab.c mapcalc.tab.h mapcalc.output

Expand Down

0 comments on commit 76bcffb

Please sign in to comment.