Skip to content

Commit

Permalink
MT#55283 don't recurse $(MAKE) for $(TARGET)
Browse files Browse the repository at this point in the history
Change-Id: I6998c501042db66897d2f790d82b90b6fd09d909
  • Loading branch information
rfuchs committed Jan 27, 2025
1 parent 887fb40 commit 2f53560
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/common.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ CFLAGS += -fPIE
LDFLAGS += -pie
LDLIBS += -latomic

all:
$(MAKE) $(TARGET) $(MANS)
all: $(TARGET) $(MANS)

$(TARGET): $(OBJS) Makefile
$(CC) $(LDFLAGS) $(CFLAGS) -o $@ $(OBJS) $(LDLIBS)
Expand Down

0 comments on commit 2f53560

Please sign in to comment.