Skip to content

Commit

Permalink
Update Makefile: use relative path for fake allsky_common.h
Browse files Browse the repository at this point in the history
  • Loading branch information
EricClaeys authored May 5, 2024
1 parent 7e4bb09 commit e4dece5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ sunwait:
@echo `date +%F\ %R:%S` Done.

# This is only needed for GitHub to compile
allsky_common.h: include/allsky_common.h.repo
include/allsky_common.h: include/allsky_common.h.repo
@echo creating fake $@ ...
@cp include/allsky_common.h.repo $@

allsky_common.o: allsky_common.cpp include/allsky_common.h
Expand Down

0 comments on commit e4dece5

Please sign in to comment.