Skip to content

Commit

Permalink
Somehow a typo keeps creeping into Makefile.in. I thought I fixed it.…
Browse files Browse the repository at this point in the history
… Fixing it again!

FossilOrigin-Name: 9cd4c30135f9221fae27ec98d8422a00996b2936
  • Loading branch information
poetnerd committed May 17, 2024
1 parent 8560280 commit be45810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -915,7 +915,7 @@ bin/txt2ptp: bin/ptp2txt
# The deeper, pidp8i-test, and scanswitch programs only make sense if we
# have actual PiDP8i hardware
ifeq (@BUILD_PIDP8I@, 1)
bin/pidp8i-test: $(GPIO_OBJS) obj/misc/test.o obj obj/pidp8i/gpio-nls.o
bin/pidp8i-test: $(GPIO_OBJS) obj/misc/test.o obj/pidp8i/gpio-nls.o
$(CC) -o $@ $(CFLAGS) @PI_CFLAGS@ @PI_LFLAGS@ $^ $(LIBS) @PI_LIBS@ -lncurses

bin/deeper: obj/misc/deeper.o $(LED_OBJ) $(GPIO_OBJS)
Expand Down

0 comments on commit be45810

Please sign in to comment.