Skip to content

Commit

Permalink
Since ivstrm.h no longer exists it cannot be installed. (#19)
Browse files Browse the repository at this point in the history
That install failure caused ivversion.h to also not be installed.
That broke the autotools build of nrn which checks the ivversion.
  • Loading branch information
nrnhines authored Dec 5, 2019
1 parent ead384c commit 54a2da5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/include/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ install:
$(INSTALL_DATA) $$file $(DESTDIR)$(includedir)/$$file; \
done
$(INSTALL_DATA) ivstream.h $(DESTDIR)$(includedir)/ivstream.h
$(INSTALL_DATA) ivstrm.h $(DESTDIR)$(includedir)/ivstrm.h
$(INSTALL_DATA) ivversion.h $(DESTDIR)$(includedir)/ivversion.h

uninstall:
Expand All @@ -81,7 +80,7 @@ uninstall:
done; \
cd ..; \
done
for file in ivstream.h ivstrm.h ivversion.h do \
for file in ivstream.h ivversion.h do \
rm -f $(DESTDIR}$(includedir)/$$file; \
done
.PHONY: all install clean mostlyclean distclean uninstall
Expand Down

0 comments on commit 54a2da5

Please sign in to comment.