diff -Naur dnsmasq-2.83-orig/Makefile dnsmasq-2.83-new/Makefile
--- dnsmasq-2.83-orig/Makefile	2021-01-20 18:44:05.996033000 +0000
+++ dnsmasq-2.83-new/Makefile	2021-01-20 18:45:38.119409000 +0000
@@ -162,7 +162,7 @@
 $(objs): $(copts_conf) $(hdrs)
 
 .c.o:
-	$(CC) -I$(TOPDIR)/staging_dir/target-arm-none-linux-gnueabi/usr/lib/glib-2.0/include -I$(TOPDIR)/ooma/dbus_headers/ $(CFLAGS) $(COPTS) $(DBUS_MINOR) $(i18n) $(DBUS_CFLAGS) $(build_cflags) $(RPM_OPT_FLAGS) -c $<
+	$(CC) -I$(TOPDIR)/staging_dir/target-current/usr/lib/glib-2.0/include -I$(TOPDIR)/ooma/dbus_headers/ $(CFLAGS) $(COPTS) $(DBUS_MINOR) $(i18n) $(DBUS_CFLAGS) $(build_cflags) $(RPM_OPT_FLAGS) -c $<
 
 dnsmasq : $(objs)
 	$(CC) $(LDFLAGS) -o $@ $(objs) $(build_libs) $(LIBS) 
