You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't generate and build dummy.c on other platforms. Fixes warning
when building on MacPorts:
dummy.c:1:14: warning: control reaches end of non-void function [-Wreturn-type]
Also fixes "make dist" failure if run before "make":
make[2]: *** No rule to make target '../src/dummy.c', needed by 'nip2.pot'. Stop.
0 commit comments