Skip to content

Commit

Permalink
Make: dependency corrected.
Browse files Browse the repository at this point in the history
  • Loading branch information
rbscloud committed Oct 22, 2013
1 parent 95e3d4a commit f175039
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ endif

all: sim

schedule: $(AEGEAN_PATH)/config/init.h
schedule: $(BUILD_PATH)/init.h

$(BUILD_PATH)/init.h: $(BUILD_PATH)/aegean_sched.xml
$(POSEIDON_CONV) $< $@ Aegean-c
Expand Down Expand Up @@ -107,4 +107,4 @@ config:
quartus_pgm -c USB-Blaster -m JTAG quartus/aegean_top.cdf

clean:
-rm -r $(BUILD_PATH)
-rm -r $(BUILD_PATH)

0 comments on commit f175039

Please sign in to comment.