Skip to content

Commit

Permalink
Header files should install generated *.h and *.mod files (instead of…
Browse files Browse the repository at this point in the history
… *.o files)
  • Loading branch information
kvrigor committed Nov 22, 2023
1 parent 5c8bf73 commit 6301079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bld/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ $(MODEL_LIBDIR)/lib$(EXENAME).a: $(OBJS)
ar rs $@ $(OBJS)

header-files: $(OBJS)
cp -t $(MODEL_INCDIR) $(OBJS)
cp -t $(MODEL_INCDIR) *.h *.mod

# Compilation rules:
.SUFFIXES:
Expand Down

0 comments on commit 6301079

Please sign in to comment.