Skip to content

Commit

Permalink
BUG: Invalid url printed during recursive make
Browse files Browse the repository at this point in the history
  • Loading branch information
Joppe committed Mar 18, 2024
1 parent 6fa8241 commit e430983
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,6 @@ ifeq (2,$(MAKE_RESTARTS))
ifneq (0,$(MAKELEVEL))
$(info # Warning: This is a recursive $(MAKE). Please use global variable names and include instead.)
$(info # https://aegis.sourceforge.net/auug97.pdf)
$(info # https://github.com/joakimbits/normalize/blob/main/example/Makefile)
endif
endif

Expand Down

0 comments on commit e430983

Please sign in to comment.