mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-26 03:12:37 +01:00
Pass line/column numbers to the editor for rich text editors too.
This commit is contained in:
@@ -75,7 +75,7 @@ $(XPTDIR)%.xpt: %.idl
|
||||
_CPPFLAGS = $(CPPFLAGS) $(CXXFLAGS) $(GECKO_DEFINES) $(GECKO_INCLUDES) $(DEFINES)
|
||||
|
||||
$(OBJDIR)%.o: %.cpp Makefile
|
||||
$(CXX)$@ -c $(_CPPFLAGS) $<
|
||||
$(CPP)$@ -c $(_CPPFLAGS) $<
|
||||
|
||||
.depend: $(CPPSRCS) Makefile
|
||||
$(MKDEP) $(_CPPFLAGS) $(CPPSRCS) | $(SED) 's;^[^ ];$(OBJDIR)&;' >.depend
|
||||
|
||||
Reference in New Issue
Block a user