jwiegley / c2hsc

Utility for creating .hsc files from C API header files
BSD 3-Clause "New" or "Revised" License
26 stars 15 forks source link

module punctuation incorrect #26

Open ghorn opened 8 years ago

ghorn commented 8 years ago

I'm getting

module .$(USERPREFIX)$(MODULE)

instead of

module $(USERPREFIX).$(MODULE)

where you would do c2hsc -p$(USERPREFIX) $(MODULE)